Spread WPF 17
GrapeCity.CalcEngine Namespace / ICalcStorage<TKey,TValue> Interface / RemoveAt Method
The id.


In This Topic
    RemoveAt Method (ICalcStorage<TKey,TValue>)
    In This Topic
    Removes items at the specified id.
    Syntax
    'Declaration
     
    Sub RemoveAt( _
       ByVal id As TKey _
    ) 
    'Usage
     
    Dim instance As ICalcStorage(Of TKey,TValue)
    Dim id As TKey
     
    instance.RemoveAt(id)
    void RemoveAt( 
       TKey id
    )

    Parameters

    id
    The id.
    See Also